x86/vmx: Shrink TASK_SWITCH's hvm_task_switch_reason reasons[]
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 4 Dec 2019 18:21:04 +0000 (18:21 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 11 Feb 2020 11:37:35 +0000 (11:37 +0000)
commit4e9929f5bde62e19653a4c7f5792648f56ef35ab
tree177c79ef98fb5fb5490eed9ce52da34be03d5a52
parent3d3cf4bea8e5bd8edb3ae57a9b2f15449f1fbcb4
x86/vmx: Shrink TASK_SWITCH's hvm_task_switch_reason reasons[]

No need to use 4-byte integers to store two bits of information.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/vmx/vmx.c